projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b6dd6
)
*** empty log message ***
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 16 May 2001 15:09:02 +0000
(15:09 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 16 May 2001 15:09:02 +0000
(15:09 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index ef41a4d5acae056b11ba6180f116cb8e67378bc3..97c3f84f4b38a91859c0787d6ba46e18b1a244bf 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,8
@@
2001-05-16 Gerd Moellmann <gerd@gnu.org>
+ * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
+ of `c'.
+
* textmodes/outline.el (outline-font-lock-level): Remove the
condition-case, test what outline-level returns instead, to ease
debugging.
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d88b38f66b87b6a9ad09c58c49315c12eb0f922f..2ceb4ed297fdb1082549fe041bb6347e4c4a1f6e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,8
@@
2001-05-16 Gerd Moellmann <gerd@gnu.org>
+ * xfaces.c (split_font_name): Use the right field when
+ checking for `[...]' syntax.
+
* buffer.c (copy_overlays): New function.
(clone_per_buffer_values): Use it.